home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
comm
/
comm2
/
hdrbbs11.lh0
/
HBBS
/
Source
/
Oberon
/
R.mod
< prev
next >
Wrap
Text File
|
1996-07-02
|
246b
|
16 lines
MODULE R;
CONST
D0*=0; D1*=1; D2*=2; D3*=3;
D4*=4; D5*=5; D6*=6; D7*=7;
A0*=8; A1*=9; A2*=10; A3*=11;
A4*=12; A5*=13; A6*=14; A7*=15;
FP0*=16; FP1*=17; FP2*=18; FP3*=19;
FP4*=20; FP5*=21; FP6*=22; FP7*=23;
BEGIN
END R.